home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / GAMES / BOMB.ZIP / !BOMB / !RunActual < prev    next >
Text File  |  1996-01-11  |  2KB  |  79 lines

  1. | !Run File for !Bomb
  2. | A conversion, from the Amiga
  3. | game by Silicon Circus,
  4. | by Owain Cole of 'Visions of the Impossible'
  5. | Thu 11th May 1995
  6. | This !Run file is a bit complex!!!!
  7.  
  8.  
  9. | Sprites bit...
  10. IconSprites <Obey$Dir>.!Sprites
  11.  
  12. | Sys Variables bit...
  13. Set BombMusic NotLoaded
  14. Set Bomb$Dir <Obey$Dir>
  15. Set Bomb$Intro <Obey$Dir>.Intro
  16. Set BombMod$Dir <Obey$Dir>.Mods
  17. Set Bomb$Font <Obey$Dir>.Grafix.SmallFont
  18.  
  19.  
  20. | Memory bit...
  21. Run <BombMod$Dir>.RMLess
  22. WimpSlot -min 640K -max 640K
  23. WimpSlot -min 420K -max 420K
  24. Run <BombMod$Dir>.MemAlloc
  25.  
  26. ECHO <22><0>BOMB is loading. Please wait....
  27.  
  28.  
  29. | BASIC bit...
  30. |RMKill BASIC
  31. |RMReInit BASIC
  32. |RMFaster BASIC
  33.  
  34. | Misc Modules bit...
  35. Run <BombMod$Dir>.FastSpr
  36. Run <BombMod$Dir>.ReadAVS
  37. Run <BombMod$Dir>.HuffMod
  38.  
  39. | Sound bit...
  40. Volume 127
  41. Tuning 0
  42. Run <BombMod$Dir>.QTMKill
  43. Run <BombMod$Dir>.QTM
  44. Run <BombMod$Dir>.Scream
  45. Run <BombMod$Dir>.Boom
  46. Run <BombMod$Dir>.Tokens.CookCoo
  47. Run <BombMod$Dir>.Tokens.Guitar
  48. Run <BombMod$Dir>.Tokens.OrchBlast
  49. Run <BombMod$Dir>.RMLess
  50.  
  51.  
  52. | Intro bit.....
  53. WimpSlot -min 320k -max 320k
  54. Run <Bomb$Intro>.Intro
  55.  
  56. | Code bit...
  57. QTMVolume 64
  58. If "<BombMusic>"<>"Loaded" then QTMLoad <Bomb$Dir>.Game/Mod
  59. Unset BombMusic
  60. WimpSlot -min 400K -max 400k
  61. Run <Bomb$Dir>.Code
  62.  
  63. | Clear up bit...
  64. RMKill FastSpr
  65. RMKill Boom
  66. RMKill Scream
  67. RMKill Toke1
  68. RMKill Toke2
  69. RMKill Toke3
  70. RMKill AVSDelta
  71. RMKill Huffman
  72. Run <BombMod$Dir>.QTMKill
  73. |RMKill BASIC
  74. |RMReInit BASIC
  75. Run <BombMod$Dir>.RMless
  76. ChannelVoice 1 1
  77.  
  78. | Th,th,th,thats all folks.
  79. | Stupid Endings™